home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / power / setup.exe / {app} / POWERARC.EXE / 0 / RCDATA / TFTPFORM / TFTPFORM.txt
Encoding:
Text File  |  2004-04-06  |  2.7 KB  |  143 lines

  1. object FTPForm: TFTPForm
  2.   Left = 451
  3.   Top = 374
  4.   BorderStyle = bsDialog
  5.   Caption = 'PowerArchiver FTP Quick Connect'
  6.   ClientHeight = 196
  7.   ClientWidth = 416
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = False
  12.   Position = poOwnerFormCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox2: TGroupBox
  20.     Left = 8
  21.     Top = 104
  22.     Width = 321
  23.     Height = 81
  24.     Caption = ' File Information '
  25.     TabOrder = 1
  26.     object Label1: TLabel
  27.       Left = 12
  28.       Top = 24
  29.       Width = 51
  30.       Height = 13
  31.       Caption = '&Local File: '
  32.       FocusControl = Edit975
  33.     end
  34.     object Label2: TLabel
  35.       Left = 12
  36.       Top = 48
  37.       Width = 93
  38.       Height = 13
  39.       AutoSize = False
  40.       Caption = 'De&stination File: '
  41.       FocusControl = Edit976
  42.     end
  43.     object Edit975: TEdit
  44.       Left = 112
  45.       Top = 20
  46.       Width = 193
  47.       Height = 21
  48.       Enabled = False
  49.       ReadOnly = True
  50.       TabOrder = 0
  51.       Text = 'Edit975'
  52.     end
  53.     object Edit976: TEdit
  54.       Left = 112
  55.       Top = 44
  56.       Width = 193
  57.       Height = 21
  58.       TabOrder = 1
  59.       Text = 'Edit976'
  60.     end
  61.   end
  62.   object CorelButton1: TButton
  63.     Left = 336
  64.     Top = 8
  65.     Width = 75
  66.     Height = 25
  67.     Caption = '&Upload'
  68.     Default = True
  69.     TabOrder = 2
  70.     OnClick = CorelButton1Click
  71.   end
  72.   object CorelButton2: TButton
  73.     Left = 336
  74.     Top = 40
  75.     Width = 75
  76.     Height = 25
  77.     Caption = '&Cancel'
  78.     TabOrder = 3
  79.     OnClick = CorelButton2Click
  80.   end
  81.   object GroupBox1: TGroupBox
  82.     Left = 8
  83.     Top = 8
  84.     Width = 321
  85.     Height = 89
  86.     Caption = ' FTP Profile '
  87.     TabOrder = 0
  88.     object Label3: TLabel
  89.       Left = 8
  90.       Top = 24
  91.       Width = 32
  92.       Height = 13
  93.       Caption = '&Profile:'
  94.       FocusControl = ComboBox1
  95.     end
  96.     object ComboBox1: TComboBox
  97.       Left = 48
  98.       Top = 20
  99.       Width = 257
  100.       Height = 21
  101.       Style = csDropDownList
  102.       ItemHeight = 13
  103.       TabOrder = 0
  104.     end
  105.     object Button1: TButton
  106.       Left = 48
  107.       Top = 48
  108.       Width = 81
  109.       Height = 25
  110.       Caption = '&New Profile...'
  111.       TabOrder = 1
  112.       OnClick = Button1Click
  113.     end
  114.     object Button2: TButton
  115.       Left = 224
  116.       Top = 48
  117.       Width = 81
  118.       Height = 25
  119.       Caption = '&Delete Profile'
  120.       TabOrder = 3
  121.       OnClick = Button2Click
  122.     end
  123.     object Button3: TButton
  124.       Left = 136
  125.       Top = 48
  126.       Width = 81
  127.       Height = 25
  128.       Caption = '&Edit Profile'
  129.       TabOrder = 2
  130.       OnClick = Button3Click
  131.     end
  132.   end
  133.   object Button4: TButton
  134.     Left = 336
  135.     Top = 72
  136.     Width = 75
  137.     Height = 25
  138.     Caption = '&Help'
  139.     TabOrder = 4
  140.     OnClick = Button4Click
  141.   end
  142. end
  143.